home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 04 (1988)(MegaDisc Digital Publishing)(AU)[WB].zip / MegaDisc 04 (1988)(MegaDisc Digital Publishing)(AU)[WB].adf / STARMAP / Starmap.text < prev    next >
Text File  |  2007-12-01  |  7KB  |  157 lines

  1.  
  2.  
  3. STARMAP                    Keith Neighbour                     Amiga 512k
  4.  
  5.  
  6. STARMAP will display a view of the sky in any part of the world, at any
  7. date and time.  It will show Stars ,Interesting Objects ( Nebulae, Star-
  8. clusters,  Galaxies ) and Planets, in their correct places for the
  9. particular location, date and time chosen.
  10. The Sun is displayed ( in daylight time ), and also the Moon in its correct
  11. phase.
  12.  
  13. Information on 1522 stars is stored in a data file.  The files STARMAP,
  14. SMPX, STARS2S and DATAP must all be available in the current directory,
  15. together with AmigaBASIC.
  16.  
  17. You may choose any number of stars ( at the prompt ) up to 1522 as a base
  18. number of "available" stars. The default <RETURN> is 500.  The program will
  19. use only a little more than half of the base number in any one display as
  20. the remainder will be below the horizon.
  21. Whatever the base number chosen, stars will be loaded into the program in
  22. order of brightness.
  23.  
  24. Because the mathematical calculations are lengthy and complex, the time
  25. taken to load the star data and process it, and the amount of memory used,
  26. will be in proportion to the number of base stars chosen.  However this is
  27. all allowed for in the program and arrays are only dimensioned according to
  28. the needs.
  29.  
  30. The approximate time for loading is indicated as the program runs ( based on
  31. microdisk files ).  It will be faster if you transfer all relevant files
  32. to a harddisk, and much faster if you have expanded memory.
  33. Additional Basic memory is automatically cleared to accommodate the maximum
  34. possible number of stars when using a base number of 1522.
  35.  
  36. The display wakes up in a Day mode ( blue sky ).  The program checks to see
  37. if the sun is above the horizon, and if not, it then changes the display to
  38. Night mode ( black sky ).  In the Day mode the stars, planets, etc. are
  39. shown in their correct positions even though they are not normally visible
  40. in a Day sky. ( They're still up there! ).
  41.  
  42. All stars are graded from white to grey in order of apparent brightness.
  43. The sun is shown as a red sphere, and the moon, in its correct phases, is
  44. shown in yellow.  Planets are shown larger than the stars and are yellow.
  45. Interesting Objects are shown as magenta dots.
  46.  
  47. If you visualize the screen Starmap being above your head, with physical
  48. East and West in agreement with E and W as shown on the Starmap, then the
  49. display will be the same as the actual sky for the location, date and time
  50. used for the display.
  51.  
  52. The MOUSE can be used to identify any object on the screen, by using key M
  53. as an on/off toggle for the mouse mode, and then pressing the left button
  54. when the "Point" of the mouse pointer is on the centre of the object.
  55.  
  56. As an alternative, pressing the S key ( also an on/off toggle ) will put you
  57. in a key Search mode.  This allows you to activate a single pixel "cursor"
  58. ( which will appear as a yellow dot in the center of the Starmap display ),
  59. with the arrow keys.  When correctly centered on an object, pressing key I
  60. will identify it in the same way as the mouse pointer.  In effect the dot
  61. cursor is transparent, that is, it will not obliterate any of the display.
  62. In the S mode, use key Zero as a toggle switch for coarse/fine movement of
  63. the dot cursor with the arrow keys.
  64.  
  65. In the Starmap mode, pressing N will give you a complete listing of code
  66. numbers and names for all Planets, Interesting Objects, and Stars that
  67. are currently displayed on the Starmap.  These of course change for every
  68. different set of circumstances, and therefore cannot be regarded as
  69. permanent code listings.
  70.  
  71. After noting code numbers for any particular objects which you may wish to
  72. identify on the Starmap, and having toggled key N to return to the Starmap,
  73. pressing key C will cause a prompt for a Code number.  When a code number is
  74. entered the appropiate body will blink on and off, and relevant information
  75. will be displayed, until key C is toggled again.  This process can be
  76. repeated any number of times for different objects - if you have noted the
  77. Code numbers!
  78.  
  79. The purpose of key command O is to display ( temporarilly ) on the Starmap
  80. the position of a new or periodic Object or phenomena, such as a Comet or a
  81. Supernova. The R.A. and Decl. of the object must be known of course,
  82. and input at the prompt as HH.mm,+-DD.dd. ( Toggle O to clear red circle )
  83. ( e.g. the April 1987 Supernova, R.A.= 5 hr 39 min,  Decl.= -69.28 deg
  84. input as 5.39,-69.28 ).
  85.  
  86. From Starmap mode, an enlargement of any of the four Quadrants indicated as
  87. 1,2,3 and 4, can be activated by pressing keys 1,2,3 or 4.  Search and
  88. Identifying routines etc. are also extended to the Quad modes.  Pressing F
  89. returns you to the full display.
  90.  
  91. Pressing A from the Starmap mode provides an Auto-update mode.( This mode
  92. can also be chosen, at the prompt, during the initial menu display ).
  93. This links the display to the computer's running time and date, and the
  94. Starmap display will be refreshed every 10 minutes.  For the location chosen
  95. a correct picture of the "present" sky is maintained in this mode.
  96.  
  97. This will apply for any place in the world, as well as your own ( more
  98. useful ! ) location, as time zone correction is automatic for the 90
  99. locations built in.
  100.  
  101. For strange places not listed, the required data can be keyed in at the
  102. initial prompt menu.  You will need to know for the location, its Latitude,
  103. Longitude and Time Zone ( Hours + or - from Greenwich ).
  104.  
  105. The use of all Starmap single key commands, including some not described
  106. here, can be displayed or printed out, when prompted during the initial
  107. menu display, by pressing K or H.
  108.  
  109. To run the program simply click twice on the Starmap Icon, but remember that
  110. all relevent files must be in the current directory.
  111.  
  112. (1) Enter the number of base Stars required ( or RETURN for default of 500)
  113.     Cities and places will load ...
  114. (2) Look at the list of Starmap key codes (commands) by hitting K ( or H to
  115.     print out list for future reference )
  116. (3) Look at the list of places by hitting D ( or P to print out list for
  117.     future reference )
  118. (4) Choose a city or place & enter its code number ( e.g. 77 for Sydney )
  119. (5) Hit E, and enter Date & Time ( or A for Auto up-date )
  120. (6) Wait and watch, patiently ...
  121.  
  122.  
  123.  
  124. N O T E S:
  125.  
  126. The MOUSE POINTER will be more effective and accurate if it is changed to a
  127. cross-hair type pointer, by using PREFERENCES .. EDIT POINTER.
  128. The existing arrow pointer is too crude for accuracy in pointing to a pixel.
  129.  
  130. A useful pointer for this program is a red cross, 7 pixels by 7 pixels, set
  131. in a black square frame also 7 x 7. Use SET POINT in EDIT POINTER to locate
  132. the "Point" at the crossing of the arms and then make that pixel transparent
  133. by clicking on it with the background color.
  134.  
  135. If you have a telescope, the data Hour Angle, R.A.(Right Ascension), and
  136. Declination displayed for an object after identification, together with the
  137. time displayed, will allow you to accurately set the telescope to find the
  138. object in the sky.
  139.  
  140. In auto-update mode the times displayed and constantly updated are Local
  141. Time ( ordinary clock time ), and Local Sidereal Time ( which runs at a
  142. different rate from clock time ). These times are derived from the computer
  143. clock, so it is important to see that the time and date have been set
  144. correcly.
  145.  
  146. END of STARMAP.TEXT ... to print out from CLI use:  
  147.    
  148.                     1> copy to prt: megadisc4:starmap/starmap.text
  149.  
  150.  
  151.  
  152.                   END OF STARMAP.TEXT           
  153.  
  154.  
  155.